home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CUGUK / PROG_TOO / C023A.ZIP / PART2 / CC.SUB < prev    next >
Text File  |  1990-01-31  |  473b  |  24 lines

  1. ; Submit file to compile and link a single Small-C/Plus
  2. ; file from the current drive, with the result going to
  3. ; drive B:
  4. ;
  5. ; The compilation takes place on drive M:
  6. ;
  7. ; Usage:
  8. ;   cc file                     : no optimisation
  9. ;   cc file opt                 : optimise code
  10. ;   cc file opt -c              : compact optimisation
  11. ;
  12. era m:$1.*
  13. <y
  14. pip m:=$1.c
  15. m:
  16. cc0 $1
  17. era m:$1.c
  18. z$2 $3 $1
  19. zmac $1=$1
  20. era $1.asm
  21. zres b: clib $1
  22. submit m:clib.sub
  23.